ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventCollection Class / FindIndex Method / FindIndex(Int32,Predicate<Event>) Method

In This Topic
    FindIndex(Int32,Predicate<Event>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal startIndex As System.Integer, _
       ByVal match As System.Predicate(Of Event) _
    ) As System.Integer
    public System.int FindIndex( 
       System.int startIndex,
       System.Predicate<Event> match
    )

    Parameters

    startIndex
    match
    See Also